ComponentOne Scheduler for WinForms
ShowDates(DateTime[],Nullable<ScheduleViewEnum>) Method

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class > ShowDates Method : ShowDates(DateTime[],Nullable<ScheduleViewEnum>) Method
The array of System.DateTime values.
The ScheduleViewEnum value to show. If this parameter has no value, the C1Schedule control will select the most appropriate view depending on specified dates.
Shows specified dates in the scheduler with the specified view type.
Syntax
'Declaration
 
Public Overloads Sub ShowDates( _
   ByVal dates() As System.Date, _
   ByVal view As System.Nullable(Of ScheduleViewEnum) _
) 
public void ShowDates( 
   System.DateTime[] dates,
   System.Nullable<ScheduleViewEnum> view
)

Parameters

dates
The array of System.DateTime values.
view
The ScheduleViewEnum value to show. If this parameter has no value, the C1Schedule control will select the most appropriate view depending on specified dates.
See Also

Reference

C1Schedule Class
C1Schedule Members
Overload List